home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / octa209s.zip / octave-2.09 / libcruft / misc / d1mach-tst.for next >
Text File  |  1994-12-14  |  139b  |  8 lines

  1.       program main
  2.       integer i
  3.       double precision d1mach
  4.       do 10 i = 1, 5
  5.         print *, d1mach (i)
  6.    10 continue
  7.       end
  8.